home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 January / EnterCD 01_2004.iso / Multimedia / Advanced Effect Maker Freeware Edition 1.0 / aemf10.exe / {app} / templates / edwardmessage.swf / scripts / frame_9 / DoAction.as
Encoding:
Text File  |  2002-10-12  |  222 b   |  13 lines

  1. if(line._y + line._height < movy)
  2. {
  3.    gotoAndPlay(_currentframe - 1);
  4. }
  5. else
  6. {
  7.    duplicateMovieClip("moviearea","mu2",17162);
  8.    mu2._x = 0;
  9.    mu2._y = - movy;
  10.    mu2._width = movx;
  11.    mu2._height = movy;
  12. }
  13.